home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / text / show / EvenMore.readme < prev    next >
Text File  |  1999-03-02  |  15KB  |  282 lines

  1. Short:    V0.52 - A nice textviewer
  2. Author:   chris.planb@dnet.co.uk (Chris Perver)
  3. Uploader: chris.planb@dnet.co.uk (Chris Perver)
  4. Version:  0.52
  5. Type:     text/show
  6. Requires: Kickstart 37+, reqtools.library 37+ included
  7. Replaces: text/show/EvenMore.lha
  8.  
  9. ================================================================================
  10.  
  11.      _/_/_/_/  _/    _/ _/_/_/_/  _/_/_/       _/    .
  12.               _/    _/                        _/     :   Beta testers:
  13.    _/_/_/    _/    _/ _/_/_/_/  _/    _/ _/_/_/_/_/  :.
  14.   _/          _/ _/  _/        _/    _/     _/       ¦: Johan Björnson
  15.    _/_/_/      _/     _/_/_/  _/    _/     _/        |¦ Mikael Grahn
  16.    ___________________________________________       || Per Reidar Verlo
  17.    www.real-ireland.com/evenmore/                    || Dominique Neveu
  18.    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯       || Tony Hazel
  19.    Program  : EvenMore                               || Andrew Holt
  20.    Type     : Text viewer (Freeware)                 || Roland de Herder
  21.    Version  : 0.52                                   ||
  22.    Code     : AmigaE 3.3a                            ||
  23.                                                      ||
  24.     EvenMore ©1996-1998 by Chris Perver              ||
  25.     ReqTools ©1991-1994 Nico François,               ||
  26.              ©1995-1998 Magnus Holmgren              ||
  27.                                                      ||
  28. -----------------------------------------------------'`------------------------
  29. -------------------------------------------------------------------------------
  30.  
  31. ********************************************************************************
  32. *                                                                              *
  33. *ference file change!  Preference file change!  Preference file change! Prefere*
  34. *                                                                              *
  35. ********************************************************************************
  36.  
  37. I am sick of the ugly looking non-proportional text viewers.  So  I  decided  to
  38. write  my  own  viewer  that would be font-sensitive, and blend in with all your
  39. other nice patches, as so not to spoil the look and feel of your Workbench.
  40.  
  41. Well I was sick  of  non-proportional  text  viewers  until  I  made  horizontal
  42. scrolling  in this version. Now EvenMore doesn't support proportional fonts. But
  43. IMHO, even though EvenMore isn't as powerful as the rest,  it  still  looks  far
  44. nicer than the competition, and is increasing in functionality at every release.
  45.  
  46.  Here are the main features of 0.52
  47.  ----------------------------------
  48.  
  49.  o Scroller window allows easier moving about documents.
  50.  o AppWindow, AppIcon and AppMenu makes opening files easy. Not only can you
  51.    drag files onto them, but also drawers, and a requester will appear!
  52.  o Totally font sensitive.
  53.  o Tooltypes and preference file(s) for configuring settings.
  54.  o Can open the window on any public screen and move between them.
  55.  o Can create it's own public screen to run on.
  56.  o ARexx port for remote control.
  57.  o Supports the numeric keypad and mouse movement.
  58.  o Very clean and smooth scrolling.
  59.  o String and pattern finding functions with search hilighting.
  60.  o Bookmarks for remembering positions in the document.
  61.  o Quick load listview for opening documents fast.
  62.  o Configurable GUI for quick access to features.
  63.  o File loading uses AsyncIO for speed.
  64.  o Can open multiple files. Up to 1000 files can be stored in memory.
  65.  o Help available by pressing the help key.
  66.  o Gadget help bubbles.
  67.  o User-configurable filetypes, for passing certain files to different programs.
  68.  o Uses EasyGUI, the best GUI in the history of the world.
  69.  o Can use Asl or ReqTools library for filerequesters.
  70.  o Can zoom text in or out.
  71.  o Option to save the file.
  72.  o Send the file to an editor.
  73.  o Print the file.
  74.  o Conifurable information bar.
  75.  o Execute commands or open a shell on the window.
  76.  o XPK compression supported.
  77.  o File history menu.
  78.  o Locale support.
  79.  
  80.  and more...
  81.  
  82.  Here are the recent features
  83.  ----------------------------
  84.  
  85.  o If you switched between files and got the file statistics a number of times,
  86.    the statistics wouldn't reset, but kept adding up.
  87.  o The palette wouldn't change after you loaded the preferences.
  88.  o Removed the name of the current file from the appicon and appmenu.
  89.  o EvenMore config file is now a binary file.
  90.  o Fixed two bugs in the Add and Copy gadgets in the Quickload window.
  91.  o Moved the text offset setting to the GUI page in the preferences.
  92.  o The first file wouldn't load from wbargs due to a small bug. Thanks to Thomas
  93.    Lorenz for telling me.
  94.  o ARexx commands are now checked using a hash table.
  95.  o Modified some ARexx commands. Removed LOADPREFS, POSWINDOW, added VIEWFILE,
  96.    CURRENTFILE, PRINT, CLOSEALL, renamed GETFULLPATH to GETFILENAME and replaced
  97.    APPIFY with ICONIFY.
  98.  o Uses ResetMenuStrip() for modifying the currently selected history menuitem
  99.    instead of removing and adding the menu again.
  100.  o Added %cf and %nf keywords to infobar for current file and number of files
  101.    open.
  102.  o Decided to remove Soft fade GUI preset.
  103.  o Recalculating the GUI should be slightly faster now I am passing rectangle
  104.    OBJECTs to procedures instead of 4 coordinates.
  105.  o Removed some redundant code in the Appicon/menu/win procedure.
  106.  o Fixed bug which caused filerequesters not to recognise directories passed on
  107.    to them instead of files, which occured due to the multiple files feature.
  108.  o Fixed several Enforcer hits. Forgot to allocate helpfile memory, accidentally
  109.    tried to StrLen() a NIL pointer and calculated the text dims of the GUI with
  110.    uninitialised variables! (Temporary fix for this one)
  111.  o If you tried to load a file named "file" from the current directory, it would
  112.    fail because of the argument keyword "FILE".
  113.  o Fixed a number of bugs which confused the helpfile with the currently open
  114.    file.
  115.  o No longer messes about with copying multiple strings into a buffer for the
  116.    helpfile. Instead it is copied in one block.
  117.  o Running EvenMore with filetype files and textfiles together in the arguments
  118.    messed up. Also optimised argument handling.
  119.  o Now the file statistics are only calculated if you go to the File page of the
  120.    information requester.
  121.  o The close file function allowed you to keep closing files even though there
  122.    were none open.
  123.  o Fixed several bugs in the catalogs.
  124.  o Now when you load a file, if EvenMore is already open (With a port name of
  125.    EvenMore.1), that EvenMore will be signalled to load the file instead.
  126.  o OPEN arexx command can now handle multiple files.
  127.  o Changed the way the icon paths are stored in the preference file to save
  128.    on the executable size. Now it would be possible with a bit extra
  129.    programming, to let the user add his own icons (for launching programs etc),
  130.    but I don't think this would be useful for EvenMore.
  131.  o Scrolling, searching and getting the file stats should be faster now I am
  132.    keeping a list of the length of each line instead of having to find it out
  133.    when I want to parse a line.
  134.  o Default document settings now support multiple files.
  135.  o You can now use the cursor keys to scroll up and down the screen and
  136.    quickload listviews.
  137.  
  138. There are still a few things to be ironed  out  though.  Please  read  the  docs
  139. before you delete as soon as you set your eyes on it.
  140.  
  141. All hints, tips, examples of code, etc., will be appreciated!
  142.  
  143.     ______________________________________________________________
  144.    [O|##Contacting#me#########################################|°|B]
  145.    |¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯| :
  146.    | Postal address:                                              | ::
  147.    |    Chris Perver,                                 __ __       | ::
  148.    |     6, Gransha Road,                            / // /       | ::
  149.    |     Bangor,                                    / // /        | ::
  150.    |     Co. Down,                                 / // /         | ::
  151.    |     N. Ireland,                       __ __  / // /          | ::
  152.    |     BT20 4TG.                         \ \\ \/ // /           | ::
  153.    |                                        \ \\/ // /            | ::
  154.    |           ______________________        \ V /V /             | ::
  155.    |    EMAIL:[chris.planb@dnet.co.uk]        V_/V_/              | ::
  156.    |           ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯                             | ::
  157.    |           ______________________________                     | ::
  158.    |      URL:[www.real-ireland.com/evenmore/]                    | ::
  159.    |           ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯                     | ::
  160.    |                                                              | ::
  161.    | And remember!  Windows is rubbish!                           | ::
  162.    |                                                              | ::
  163.    |_____________________________________________________________ | ::
  164.    [############################################################|/] ::
  165.     ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ::
  166.     :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  167.      :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  168.  
  169. I cannot expect to be able to develop this program  much  further,  as  I  am  a
  170. Christian  and  believe Jesus Christ will return very soon. If I do not reply to
  171. any mail for months and months, then the development of this program has ceased.
  172.  
  173. ======
  174. THANKS
  175. ======
  176.  
  177. This archive was put together by:-
  178.  
  179.   Me               - Everything :)
  180.   Mum & dad        - RKRM manuals, Amiga 3000... (you name it, they provided it)
  181.   Johan Björnson   - AmigaGuide, program icons...
  182.   Per Reidar Verlo - Norsk Install script, locale translations
  183.   Roland de Herder - Nederlands locale translation
  184.   Girish Nath      - Program Icons
  185.  
  186. Without the following people, writing this program  would  have  been  virtually
  187. impossible...
  188.  
  189.   Nico François          - ReqTools
  190.   Magnus Holmgren
  191.   Dietmar Eilert         - GoldEd
  192.   Wouter van Oortmerssen - AmigaE and EasyGUI
  193.   J R Hulance            - AmigaE and EasyGUI help
  194.  
  195.   Ilan Sharoni           - Word wrapping help
  196.   Marco Talamelli        - ReqTools help
  197.   Eric Sauvageau         - Screenmode help
  198.   Victor Ducedre         - dclistview EasyGUI plugin
  199.   Ralph Wermke           - register EasyGUI plugin
  200.   Ali Graham             - multitext EasyGUI plugin
  201.   Sven Steiniger         - patternStringF, runback modules
  202.   Will Harwood           - gadgetinfo module
  203.   A.F.C.                 - rexxer, localer (www.intercom.it/~fsoft/afc.html)
  204.   Piotr Gapiïski         - iconifyb module
  205.  
  206. If you are not listed here and you have helped me produce EvenMore, then I  have
  207. probably  just  forgotten  about you :). But don't fear, get in touch and let me
  208. know!
  209.  
  210.  
  211. ============================= Archive contents =============================
  212.  
  213. Original  Packed Ratio    Date     Time    Name
  214. -------- ------- ----- --------- --------  -------------
  215.     1693    1003 40.7% 28-Dec-98 15:34:44  EvenMore.info
  216.    13610    4242 68.8% 14-Jan-99 15:24:02 +EvenMore.cd
  217.     7222    2992 58.5% 14-Jan-99 15:24:22 +EvenMore.catalog
  218.    17603    6074 65.4% 14-Jan-99 15:23:48 +EvenMore.ct
  219.     7524    3181 57.7% 14-Jan-99 15:25:34 +EvenMore.catalog
  220.    17356    6134 64.6% 14-Jan-99 15:23:32 +EvenMore.ct
  221.     1693    1007 40.5% 28-Dec-98 15:34:44 +Docs.info
  222.    12292    5198 57.7% 11-Sep-98 13:52:44 +6days.doc
  223.     2135    1159 45.7% 05-Nov-98 18:10:14 +6days.doc.info
  224.    38594   13144 65.9% 23-Jan-99 22:15:46 +EvenMore.guide
  225.     2438    1457 40.2% 05-Nov-98 18:10:16 +EvenMore.guide.info
  226.    10779    4137 61.6% 24-Jan-99 19:48:56 +EvenMore.readme
  227.     2135    1158 45.7% 05-Nov-98 18:10:14 +evenmore.readme.info
  228.   103316   42502 58.8% 21-Jan-99 16:55:36 +FactsOfEvolution.quotes
  229.     2135    1163 45.5% 05-Nov-98 18:10:14 +FactsOfEvolution.quotes.info
  230.    46399   15252 67.1% 24-Jan-99 19:48:42 +History.doc
  231.     2135    1161 45.6% 05-Nov-98 18:10:16 +History.doc.info
  232.   164208   58246 64.5% 24-Jan-99 20:10:50 +EvenMore
  233.     1012     393 61.1% 18-Jan-99 15:17:52 +EvenMore.config
  234.     2657    1637 38.3% 28-Dec-98 15:34:44 +EvenMore.info
  235.    40784   18722 54.0% 31-Oct-98 12:53:50 +EvenMore.snapshot
  236.     1693    1008 40.4% 28-Dec-98 15:34:44 +Icons.info
  237.     2396    1161 51.5% 21-Aug-98 20:30:50 +EvenMore.brush
  238.      772     270 65.0% 29-Nov-98 16:48:48 +Template.brush
  239.      665     322 51.5% 29-Nov-98 16:48:48 +Template.brush.info
  240.      941     617 34.4% 01-Jun-98 20:07:48 +closeicon.info
  241.      941     652 30.7% 01-Jun-98 20:07:48 +editoricon.info
  242.      941     620 34.1% 01-Jun-98 20:07:48 +infoicon.info
  243.      941     692 26.4% 01-Jun-98 20:07:50 +lasticon.info
  244.      941     703 25.2% 01-Jun-98 20:07:48 +nexticon.info
  245.      941     633 32.7% 01-Jun-98 20:07:50 +occuranceicon.info
  246.      941     506 46.2% 01-Jun-98 20:07:48 +openicon.info
  247.      941     678 27.9% 05-Aug-98 11:34:34 +prefsicon.info
  248.      941     552 41.3% 25-Jun-98 22:57:56 +printicon.info
  249.      941     612 34.9% 24-Jun-98 07:15:52 +quickloadicon.info
  250.      941     656 30.2% 01-Jun-98 20:07:48 +reopenicon.info
  251.      941     633 32.7% 01-Jun-98 20:07:48 +saveicon.info
  252.      941     647 31.2% 01-Jun-98 20:07:48 +searchicon.info
  253.      941     569 39.5% 01-Jun-98 20:07:48 +searchtemplate.info
  254.      941     368 60.8% 01-Jun-98 20:07:48 +template.info
  255.     4961     794 83.9% 01-Jun-98 20:07:20 +EM1.info
  256.     2561     591 76.9% 01-Jun-98 20:07:20 +EM2.info
  257.      948     578 39.0% 01-Jun-98 20:07:20 +program_icon.info
  258.      703     431 38.6% 01-Jun-98 20:07:20 +program_icon2.info
  259.      557     328 41.1% 25-Jun-98 12:09:50 +closeicon.info
  260.      557     328 41.1% 09-Jun-98 16:16:28 +editoricon.info
  261.      557     273 50.9% 25-Jun-98 11:52:40 +infoicon.info
  262.      557     326 41.4% 25-Jun-98 12:02:40 +lasticon.info
  263.      557     313 43.8% 25-Jun-98 12:01:14 +nexticon.info
  264.      557     329 40.9% 25-Jun-98 12:04:32 +occuranceicon.info
  265.      557     289 48.1% 09-Jun-98 16:17:52 +openicon.info
  266.      557     239 57.0% 11-Sep-98 14:50:32 +prefsicon.info
  267.      557     289 48.1% 25-Jun-98 22:50:06 +printicon.info
  268.      557     334 40.0% 24-Jun-98 07:23:30 +quickloadicon.info
  269.      557     288 48.2% 09-Jun-98 16:18:44 +reopenicon.info
  270.      557     258 53.6% 09-Jun-98 16:14:34 +saveicon.info
  271.      557     310 44.3% 25-Jun-98 11:59:04 +searchicon.info
  272.      557     278 50.0% 25-Jun-98 11:57:54 +searchtemplate.info
  273.    11643    2155 81.4% 23-Dec-98 09:13:34 +Install
  274.     1197     943 21.2% 28-Dec-98 15:34:44 +Install.info
  275.    46148   30624 33.6% 01-Jun-98 20:32:32 +reqtools.library
  276.      241     169 29.8% 15-Aug-98 21:49:02 +evenlha.rexx
  277.     7426    1581 78.7% 30-Oct-98 16:17:42 +funnytalk.rexx
  278.      446     265 40.5% 08-Nov-98 08:27:18 +testport.rexx
  279.      344     244 29.0% 08-Nov-98 08:27:46 +wierdtext.rexx
  280. -------- ------- ----- --------- --------
  281.   601777  244418 59.3% 26-Jan-99 18:11:36   65 files
  282.